projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec223c
)
(diff-hunk-prev, diff-hunk-next): Support
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 14 Nov 2003 16:22:36 +0000
(16:22 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 14 Nov 2003 16:22:36 +0000
(16:22 +0000)
operation while narrowed, with `diff-restrict-view'.
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index 54a582256bacbfe8d0dc6a1be53bcd4f9d012743..cad1f2c9c6194cd57e60b9d4663c23e6837da3ac 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-327,7
+327,7
@@
when editing big diffs)."
;; Define diff-{hunk,file}-{prev,next}
(easy-mmode-define-navigation
- diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk)
+ diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk
diff-restrict-view
)
(easy-mmode-define-navigation
diff-file diff-file-header-re "file" diff-end-of-hunk)